home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TMagicMacros Delphi / TMM2_D4T / INFOFORM.DFM / INFOFORM.txt
Encoding:
Text File  |  1998-05-27  |  548 b   |  27 lines

  1. object InfoForm: TInfoForm
  2.   Left = 122
  3.   Top = 158
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Information'
  9.   ClientHeight = 270
  10.   ClientWidth = 479
  11.   Font.Color = clWindowText
  12.   Font.Height = -17
  13.   Font.Name = 'Times New Roman'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 19
  20.   object Timer: TTimer
  21.     Enabled = False
  22.     OnTimer = TimerTimer
  23.     Left = 96
  24.     Top = 16
  25.   end
  26. end
  27.